Class org.omg.CORBA.ContextIdentifierHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ContextIdentifierHelper
java.lang.Object
|
+----org.omg.CORBA.ContextIdentifierHelper
- public final class ContextIdentifierHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, String)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, String)
-
-
type()
-
__write
public static void __write(OutputStream out,
String that)
__read
public static String __read(InputStream in)
extract
public static String extract(Any a)
insert
public static void insert(Any a,
String that)
type
public static synchronized TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index